home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETFX.CAB / aspnet.config < prev    next >
Encoding:
Text File  |  2003-02-21  |  728 b   |  15 lines

  1. <configuration>
  2.     <runtime>
  3.         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 
  4.             <dependentAssembly> 
  5.                 <assemblyIdentity name="System.Web" publicKeyToken="b03f5f7f11d50a3a" culture=""/>
  6.                 <bindingRedirect oldVersion="1.0.0.0-65535.65535.65535.65535" newVersion="1.0.5000.0"/>
  7.             </dependentAssembly>
  8.             <dependentAssembly> 
  9.                 <assemblyIdentity name="System.Web.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture=""/>
  10.                 <bindingRedirect oldVersion="1.0.0.0-65535.65535.65535.65535" newVersion="1.0.5000.0"/>
  11.             </dependentAssembly>
  12.         </assemblyBinding>
  13.     </runtime>
  14. </configuration>
  15.